projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7215c63
)
; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 10:18:28 +0000
(11:18 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 16:42:58 +0000
(17:42 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index b27cf2b66207f08c35fdabcbd26f257af41dd17f..6532fb8d1ce76bc16f517491a5e61aa9c435d42c 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-68,7
+68,7
@@
:safe #'integerp
:version "28.1")
-(defcustom native-comp-debug
0
+(defcustom native-comp-debug 0
"Debug level for native compilation, a number between 0 and 3.
This is intended for debugging the compiler itself.
0 no debug output.